﻿/*Toast notifications*/
#toast-container {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    margin-top: 10px;
}

.dx-toast {
    position: fixed !important;
    z-index: 9999;
}